home *** CD-ROM | disk | FTP | other *** search
- ; NETOCA2P.INF
- ;
- ; Olicom ATM Adapters
- ;
- ; (c) 1998 Olicom and Microsoft
-
- [Version]
- Signature = "$Windows NT$"
- Class = Net
- ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
- Provider = %Olicom%
- LayoutFile = layout.inf
- DriverVer=10/19/1999,1.21.0.26
-
-
- [Manufacturer]
- %Olicom% = Olicom
-
- [OLICOM]
- %oca2pnd5.DeviceDesc% = oca2pnd5.ndi, PCI\VEN_127A&DEV_8234&SUBSYS_0027108D ; RapidFire 616X ATM155 PCI Adapter
- %oca2pnd5.DeviceDesc% = oca2pnd5.ndi, PCI\VEN_127A&DEV_8234&SUBSYS_0022108D
- %oca2pnd5.DeviceDesc% = oca2pnd5.ndi, PCI\VEN_127A&DEV_8234&REV_00 ; RapidFire 616X ATM155 PCI Adapter
- %oca2pnd5.DeviceDesc% = oca2pnd5.ndi, PCI\VEN_127A&DEV_8234
-
- [ControlFlags]
- ExcludeFromSelect = PCI\VEN_127A&DEV_8234&REV_00, PCI\VEN_127A&DEV_8234&SUBSYS_0027108D, \
- PCI\VEN_127A&DEV_8234&SUBSYS_0022108D, PCI\VEN_127A&DEV_8234
-
- [oca2pnd5.ndi]
- BusType = 5
- AddReg = oca2pnd5.ndi.reg
- CopyFiles = oca2pnd5.CopyFiles
- Characteristics = 0x04 ;NCF_PHYSICAL
-
- [oca2pnd5.ndi.Services]
- AddService = oca2pnd5, 2, oca2pnd5.AddService, oca2pnd5.AddEventLog
-
- [oca2pnd5.ndi.reg]
- HKR, Ndi, Service, 0, "oca2pnd5"
- HKR, Ndi\Interfaces, LowerRange, 0, "atm"
- HKR, Ndi\Interfaces, UpperRange, 0, "ndisatm"
-
- ;MaxVpiBits
- HKR, Ndi\params\MaxVpiBits, ParamDesc, 0, %MaxVpiBits%
- HKR, Ndi\params\MaxVpiBits, type, 0, "int"
- HKR, Ndi\params\MaxVpiBits, default, 0, "0"
- HKR, Ndi\params\MaxVpiBits, min, 0, "0"
- HKR, Ndi\params\MaxVpiBits, max, 0, "6"
- HKR, Ndi\params\MaxVpiBits, step, 0, "1"
-
- ;FixedIntMod
- HKR, Ndi\params\FixedIntMod, ParamDesc, 0, %FixedIntMod%
- HKR, Ndi\params\FixedIntMod, type, 0, "int"
- HKR, Ndi\params\FixedIntMod, default, 0, "0"
- HKR, Ndi\params\FixedIntMod, min, 0, "0"
- HKR, Ndi\params\FixedIntMod, max, 0, "10000"
- HKR, Ndi\params\FixedIntMod, step, 0, "500"
-
- ;Support ABR
- HKR, Ndi\params\SupportABR, ParamDesc, 0, %SupportABR%
- HKR, Ndi\params\SupportABR, type, 0, "int"
- HKR, Ndi\params\SupportABR, default, 0, "1"
- HKR, Ndi\params\SupportABR, min, 0, "0"
- HKR, Ndi\params\SupportABR, max, 0, "1"
- HKR, Ndi\params\SupportABR, step, 0, "1"
-
- [oca2pnd5.CopyFiles]
- oca2pnd5.sys,,,2
-
- [oca2pnd5.AddService]
- DisplayName = %oca2pnd5.Service.DispName%
- ServiceType = 1 ;SERVICE_KERNEL_DRIVER
- StartType = 3 ;SERVICE_DEMAND_START
- ErrorControl = 1 ;SERVICE_ERROR_NORMAL
- ServiceBinary = %12%\oca2pnd5.sys
- LoadOrderGroup = NDIS
-
- [oca2pnd5.AddEventLog]
- AddReg = oca2pnd5.AddEventLog.Reg
-
- [oca2pnd5.AddEventLog.Reg]
- HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
- HKR, , TypesSupported, 0x00010001, 7
-
- [DestinationDirs]
- oca2pnd5.CopyFiles = 12
-
- ;
- ; Localizable strings
- ;
- [Strings]
- Olicom = "Olicom"
-
- MaxVpiBits = "Maximum number of VPI bits"
- FixedIntMod = "Fixed Interrupt Moderation"
- SupportABR = "Support ABR VCCs"
-
- oca2pnd5.DeviceDesc = "Olicom RapidFire 616X ATM155 PCI Adapter"
- oca2pnd5.Service.DispName = "Olicom RapidFire 616X CellDriver"
-
-
-